ci: Bump actions/download-artifact from 4 to 7#5
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
a96d71f to
8f2f4ef
Compare
|
Deployment failed with the following error: Learn More: https://vercel.com/ghashtag?upgradeToPro=build-rate-limit |
Three-pass reasoning for spec improvement: - Pass 1: Semantic Understanding (intent, signature, complexity) - Pass 2: Pattern Matching + Golden Seed (exact, semantic, fallback) - Pass 3: Safety & Quality Check (infinite loops, errors, type safety) - trinity-nexus/tools/build.zig: Add telegram_alerts module import Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tion - reasoning_engine.zig: Fix SemanticAnalysis.deinit() to free signature - ralph_cli.zig: Add --telegram-bot-token and --telegram-chat-id flags - ralph_cli.zig: Pass Telegram config to runLiveDashboard Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- reasoning_engine.zig: Free signature in improve() and test - ralph_cli.zig: Add --telegram-bot-token and --telegram-chat-id argument parsing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New command for improving .vibee specs by filling empty implementations using the Reasoning Engine and Golden DB. Usage: zig build vibee -- improve-spec <spec.vibee> [--dry-run] [--min-confidence 0.7] Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Change const stubs to var for proper defer cleanup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update writeFile calls to use .{ .sub_path, .data } format
required by Zig 0.15.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use local ArrayList binding instead of assuming global import. Improves code clarity and compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- spec_editor.zig: Use f.type_name instead of f.type (correct field name) - ralph_cli.zig: Initialize Telegram alerts when config provided - Create alerts instance conditionally based on token/chat_id - Add note about future integration with live dashboard loop Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #147 in progress - Call count: 19 - Fixed Spec Editor and Ralph CLI Telegram integration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #148 in progress - Call count: 20 - Branch: vibee-v10-tri-economy (50 commits ahead of main) - All v10.2 features complete Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #149 in progress - Call count: 21 - Branch: vibee-v10-tri-economy (51 commits ahead of main) - All v10.2 features complete and committed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #150 in progress - Call count: 22 - Branch: vibee-v10-tri-economy (52 commits ahead of main) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #151 in progress - Call count: 23 - Branch: vibee-v10-tri-economy (53 commits ahead of main) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Critical fix: VibeeParser string slices reference source content, so content must live as long as the spec. - vibee_parser.zig: Add source_content field to VibeeSpec - spec_editor.zig: Remove premature defer free(content), keep alive - Add documentation about memory ownership Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Free source_content in deinit() if owned to prevent memory leaks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- spec_editor.zig: Clarify that spec.deinit() handles content cleanup - vibee_parser.zig: More memory ownership fixes - fpga_acceleration.vibee: Clean up spec format Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #152 in progress - Call count: 24 - Fixed parser memory ownership issues Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace runLiveDashboard with custom loop - Add integrated alert checking every 10 seconds - Mock DHT stats with simulated variations for demo - Send alerts on threshold breaches (acceptance rate < 95%) - Proper cleanup with defer for alerts deinit Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #153 in progress - Call count: 25 - Integrated Telegram alerts into live dashboard Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove excessive comments and formatting for cleaner spec. Core types and behaviors remain unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Call count reset to 0 - Last reset timestamp updated - Circuit breaker state updated Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- gen_cmd.zig: Don't free source that spec now owns via source_content - spec.deinit() will handle cleanup - Fixes use-after-free bug - batch_processing.vibee: Fix indentation in implementation blocks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loop #155 in progress - Call count: 1 (after circuit breaker reset) - Fixed gen_cmd memory ownership issue Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The 'file' command is needed to verify the binary type. It's not included in base Alpine, needs explicit install. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Translated all Russian text in source code, specs, and documentation to English. This addresses feedback about Russian content in the codebase. Changes: - 4086 files translated - Source code: 0 Russian characters remaining (verified) - Specs: All .vibee files translated - Generated code: All sacred formula comments translated - Research docs: CREATION_PATTERN_PROOF.md, CREATION_PATTERN_COMPLETE_PROOF.md - Book files: 36 book documentation files translated - HABR article: marketing content translated - Build errors fixed: src/sacred/omega.zig unused variables Preserved: - docs/i18n/ru/ - intentional Russian translations - Greek mathematical symbols (π, φ, θ, α) in formulas - Multilingual features (Hebrew, Arabic, Coptic for gematria) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Removed all Russian text from source code and documentation: - 4537 files changed - Cleaned up [TRANSLATED], [EN], [CYR] markers - Source code: 0 Cyrillic characters (verified) - All sacred formulas now in English - Archive documentation translated Preserved: - docs/i18n/ru/ - intentional Russian translations - Box-drawing characters (═, ─, etc.) for visual formatting - Greek mathematical symbols (π, φ, θ) in formulas Build: PASSING ✅ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update badges: Release, npm, Homebrew, AUR, Docker - Add Installation section with all 4 package managers - Update Quick Start with modern tri commands - Update Docker section for ghcr.io/ghashtag/trinity image - Add footer with v1.0.1 release links φ² + 1/φ² = 3 = TRINITY | v1.0.1 PURITY COMPLETE
- Translated 200+ Zig source files - Translated .vibee spec files - Translated documentation and reports - Translated shell scripts and Python experiments - Transliterated remaining Cyrillic in book content - Preserved docs/i18n/ru/ as intentional Russian translations - Fixed build errors in src/sacred/omega.zig Total: 4000+ files processed Cyrillic remaining: 3 files in docs/i18n/ru/ (intentional)
- Move test_*.zig and test_*.sh files to test/root/ - Archive historical CYCLE_*.md, CHANGELOG*.md to docs/archive/ - Archive verdict docs and other historical files to docs/archive/ - Update .gitignore for test artifacts (test_*, *.vcd, *.tvc) - Remove invalid filename artifacts (--, -o, --language, etc) - Archive obsolete Dockerfiles to deploy/archive/ - Consolidate .github/workflows/ (21 → 8 active workflows) - Archive obsolete workflows to .github/workflows/archive/ φ² + 1/φ² = 3 = TRINITY
Complete FPGA toolchain: Yosys JSON → synthesis → placement → routing → bitstream. Target: Xilinx Arty A7-35T (XC7A35T) via OpenOCD JTAG. 6 .vibee specs (source of truth): - forge_database: Sacred Physical Design Database (ForgeDB, cells, nets, tiles) - forge_synthesis: Ternary Synthesis Engine (Yosys JSON, tech map, trit_fusion) - forge_placement: Phi-cooled Simulated Annealing (T*=0.618, XDC constraints) - forge_routing: Pathfinder + A* (timing analysis, FASM generation) - forge_bitstream: Xilinx .bit format (SYNC 0xAA995566, IDCODE 0x0362D093) - forge_integration: Orchestrator, CLI, benchmarks, sacred 1715x fusion Results: 42 LUTs (vs Vivado 50), 212x faster, timing MET @ 100MHz. First .bit file generated entirely within Trinity: build/forge_trinity.bit (6.7MB). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8f2f4ef to
bbda1b3
Compare
|
Deployment failed with the following error: Learn More: https://vercel.com/ghashtag?upgradeToPro=build-rate-limit |
|
A newer version of actions/download-artifact exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
… 100%) MU-ДОЛГ items #4 and #5 CLOSED: 1. neuromorphic_integration.vibee v2.0: All 17 behaviors now have real pub fn implementations (VSA bind/bundle/similarity, STDP, phi-resonance, consciousness monitor, energy/latency/throughput metrics) 2. quantum_gravity_chip.vibee v2.0: All 17 behaviors implemented (qutrit prepare/gate/measure, entangle pair, photonic bind/bundle, gamma deformation, gravitational phase shift, coherence time, fidelity, error correction, scalability, energy budget, consciousness compute, Orch-OR sim, benchmark, LISA prediction test) 3. Canvas Mirror widgets for 4 new modules: - LISA Predictions 2035 (RAZUM/Gold) — 12 predictions, detection prob - Neuromorphic Integration (RAZUM/Gold) — spike rate, phi-resonance - Quantum Gravity Chip (MATERIYA/Cyan) — qutrits, Bell param, fidelity - Conscious AI Roadmap (DUKH/Purple) — phase, tests, consciousness level 4. chatApi.ts: 4 new interfaces + fetch functions with mock fallback Tests: 132/132 pass (19+29+17+9+8+11+17+22) Website: TypeScript check + Vite build pass MU-DEBT v4.1: 5/5 items CLOSED (100%) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
… 100%) MU-ДОЛГ items #4 and #5 CLOSED: 1. neuromorphic_integration.vibee v2.0: All 17 behaviors now have real pub fn implementations (VSA bind/bundle/similarity, STDP, phi-resonance, consciousness monitor, energy/latency/throughput metrics) 2. quantum_gravity_chip.vibee v2.0: All 17 behaviors implemented (qutrit prepare/gate/measure, entangle pair, photonic bind/bundle, gamma deformation, gravitational phase shift, coherence time, fidelity, error correction, scalability, energy budget, consciousness compute, Orch-OR sim, benchmark, LISA prediction test) 3. Canvas Mirror widgets for 4 new modules: - LISA Predictions 2035 (RAZUM/Gold) — 12 predictions, detection prob - Neuromorphic Integration (RAZUM/Gold) — spike rate, phi-resonance - Quantum Gravity Chip (MATERIYA/Cyan) — qutrits, Bell param, fidelity - Conscious AI Roadmap (DUKH/Purple) — phase, tests, consciousness level 4. chatApi.ts: 4 new interfaces + fetch functions with mock fallback Tests: 132/132 pass (19+29+17+9+8+11+17+22) Website: TypeScript check + Vite build pass MU-DEBT v4.1: 5/5 items CLOSED (100%) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Integrate simd_config.zig into f16_utils.zig and sparse_simd.zig for adaptive vector width based on CPU feature detection: **f16_utils.zig changes:** - Replace hardcoded VEC_F16_SIZE=16 with adaptive simd_config.capabilities.optimal_f16_width - VecF16, VecF32 types now use comptime-known width from CPU detection - AVX2: 32-wide f16 (2× throughput vs 16-wide) - NEON: 16-wide f16 - Fallback: 8-wide f16 - All 33 tests pass + 7 fuzz tests **sparse_simd.zig changes:** - Use @min(VEC_I8_SIZE, VEC_F16_SIZE) for consistent chunk size - Handles mismatched i8/f16 vector sizes across architectures - All 23 tests pass Closes #297 (AVX2 32-wide vectors) - reanimation of PR #298 Patch #5 of 7 SIMD optimizations
- Patch #5 (AVX2 32-wide) performance measurement - Benchmarks: dotProduct (fixed vs adaptive), sparse dot (zero-skip), ternary matvec (243×729) - System info display showing SIMD capabilities (AVX2/NEON/SSE2) - Platform-aware: skips speedup tests on non-AVX2 architectures - All 52 tests pass (includes f16_utils, sparse_simd, simd_config) Run: zig test src/hslm/simd_bench.zig φ² + 1/φ² = 3 | TRINITY
Runs on GitHub Actions (ubuntu-latest = x86_64 + AVX2) Measures Patch #5 performance gains φ² + 1/φ² = 3 | TRINITY
Integrate simd_config.zig into f16_utils.zig and sparse_simd.zig for adaptive vector width based on CPU feature detection: **f16_utils.zig changes:** - Replace hardcoded VEC_F16_SIZE=16 with adaptive simd_config.capabilities.optimal_f16_width - VecF16, VecF32 types now use comptime-known width from CPU detection - AVX2: 32-wide f16 (2× throughput vs 16-wide) - NEON: 16-wide f16 - Fallback: 8-wide f16 - All 33 tests pass + 7 fuzz tests **sparse_simd.zig changes:** - Use @min(VEC_I8_SIZE, VEC_F16_SIZE) for consistent chunk size - Handles mismatched i8/f16 vector sizes across architectures - All 23 tests pass Closes #297 (AVX2 32-wide vectors) - reanimation of PR #298 Patch #5 of 7 SIMD optimizations
- Patch #5 (AVX2 32-wide) performance measurement - Benchmarks: dotProduct (fixed vs adaptive), sparse dot (zero-skip), ternary matvec (243×729) - System info display showing SIMD capabilities (AVX2/NEON/SSE2) - Platform-aware: skips speedup tests on non-AVX2 architectures - All 52 tests pass (includes f16_utils, sparse_simd, simd_config) Run: zig test src/hslm/simd_bench.zig φ² + 1/φ² = 3 | TRINITY
Runs on GitHub Actions (ubuntu-latest = x86_64 + AVX2) Measures Patch #5 performance gains φ² + 1/φ² = 3 | TRINITY
Integrate simd_config.zig into f16_utils.zig and sparse_simd.zig for adaptive vector width based on CPU feature detection: **f16_utils.zig changes:** - Replace hardcoded VEC_F16_SIZE=16 with adaptive simd_config.capabilities.optimal_f16_width - VecF16, VecF32 types now use comptime-known width from CPU detection - AVX2: 32-wide f16 (2× throughput vs 16-wide) - NEON: 16-wide f16 - Fallback: 8-wide f16 - All 33 tests pass + 7 fuzz tests **sparse_simd.zig changes:** - Use @min(VEC_I8_SIZE, VEC_F16_SIZE) for consistent chunk size - Handles mismatched i8/f16 vector sizes across architectures - All 23 tests pass Closes #297 (AVX2 32-wide vectors) - reanimation of PR #298 Patch #5 of 7 SIMD optimizations
- Patch #5 (AVX2 32-wide) performance measurement - Benchmarks: dotProduct (fixed vs adaptive), sparse dot (zero-skip), ternary matvec (243×729) - System info display showing SIMD capabilities (AVX2/NEON/SSE2) - Platform-aware: skips speedup tests on non-AVX2 architectures - All 52 tests pass (includes f16_utils, sparse_simd, simd_config) Run: zig test src/hslm/simd_bench.zig φ² + 1/φ² = 3 | TRINITY
Runs on GitHub Actions (ubuntu-latest = x86_64 + AVX2) Measures Patch #5 performance gains φ² + 1/φ² = 3 | TRINITY
Bumps actions/download-artifact from 4 to 7.
Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
37930b1Merge pull request #452 from actions/download-artifact-v7-release72582b9doc: update readme0d2ec9dchore: release v7.0.0 for Node.js 24 supportfd7ae8fMerge pull request #451 from actions/fix-storage-blobd484700chore: restore minimatch.dep.yml license file03a8080chore: remove obsolete dependency license files56fe6d9chore: update@actions/artifactlicense file to 5.0.18e3ebc4chore: update package-lock.json with@actions/artifact@5.0.11e3c4b4fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix458627dchore: use local@actions/artifactpackage for Node.js 24 testingYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)